home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Tampa Bay Amiga Group / TBAG - Tampa Bay Amiga Group's Disk of the Month #04 (1986)(Merlin's Software)(PD).zip / TBAG - Tampa Bay Amiga Group's Disk of the Month #04 (1986)(Merlin's Software)(PD).adf / s / startup-sequence
Text File  |  1986-09-10  |  1KB  |  45 lines

  1. echo -3 "Requires Dos 1.2"
  2. echo -dc
  3. echo -ttt "     One Moment Please!"
  4. copy df0:c/run to ram:
  5. copy df0:c/delete to ram:
  6. copy df0:c/show to ram:
  7. copy df0:c/wait to ram:
  8. copy df0:c/echo to ram:
  9. copy df0:title to ram:
  10. copy df0:ram.inf to ram:disk.info
  11. cd ram:
  12. echo -@c
  13. echo -3ttt "    Tampa Bay Amiga Group"
  14. echo
  15. echo -ttt "           Presents "
  16. echo
  17. echo -1ttt "    The Disk Of The Month"
  18. echo
  19. echo
  20. echo -ttt "    *********************"
  21. echo -ttt "    *                   *"
  22. echo -ttt "    * Public Domain #04 *"
  23. echo -ttt "    *                   *"
  24. echo -ttt "    *********************"
  25. echo
  26. echo
  27. echo
  28. echo -3tt "For more information about our group contact:"
  29. echo
  30. echo -1ttt "          Jeff White"
  31. echo -1ttt "    1304 Four Seasons Blvd."
  32. echo -1ttt "       Tampa, Fl. 33613"
  33. echo -1ttt "        (813) 971-4451"
  34. wait 5
  35. echo -c
  36. echo -1s "LOADING TITLE PAGE: "
  37. echo -3 "CLICK THE TOP LEFT CORNER OF THE PICTURE TO CONTINUE!"
  38. wait 3
  39. run show title -2500
  40. wait 5
  41. delete #?
  42. copy df0:ram.inf to ram:disk.info
  43. loadwb
  44. endcli
  45.